home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Netware Super Library
/
Netware Super Library.iso
/
virus
/
vste204
/
makefile.4
< prev
next >
Wrap
Makefile
|
1995-03-21
|
677b
|
23 lines
:main
if %@filesize[%repdir\summary.txt,b] GT 61 goto virfound
echo No viruses reported via VSCAN since your last login.
if not exist %repdir\summary.txt goto reset
goto end
:virfound
echo Viruses found....
beep 1046 1 1318 1 1568 1 1864 1 2093 1
set nulstring=%@select[%repdir\summary.txt,1,1,24,79,PgDn/PgUp to move─────Virus Report──────ESC or ENTER exits]
set nulstring=
type %repdir\summary.txt>>%repdir\%_date.txt
del %repdir\summary.txt /yq
echo Virus summary was moved into the file %repdir\%_date.txt.
echo.
:reset
echo Virus Summary Report on scans after %_time on %_date:>>%repdir\summary.txt
echo. >>%repdir\summary.txt
:end